-
Notifications
You must be signed in to change notification settings - Fork 7
Migrate to FMOD 2.03.09 with test harnesses #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
utgarda
wants to merge
21
commits into
lebedec:main
Choose a base branch
from
chainhackers:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BREAKING CHANGE: System::getVersion returns (version, buildnumber) BREAKING CHANGE: FMOD_ADVANCEDSETTINGS.commandQueueSize removed - Add examples: verify_203, play_sound, run_fmod.sh - Add field filtering for 2.03 API changes - Audio playback confirmed working #1
- Bank loading and management (files/memory) - Event playback with sound variations - Real-time parameter control (RPM, surfaces, volume/pitch) - Uses FMOD 2.03.09 SDK example banks - All Studio features confirmed working #1
lebedec
reviewed
Sep 29, 2025
- Replace Unicode with ASCII characters for terminal compatibility - Fix line endings with \r\n - Add RPM parameter to vehicles - Handle one-shot events properly (footsteps, explosions) - Set surface parameter for footsteps
sanbox-irl
reviewed
Oct 23, 2025
- vec_as_mut_ptr, ASIO lists, CString fields, DSP paramdesc - Regenerate lib.rs with fixes Per PR lebedec#23 feedback
…, demos, field filtering lebedec#23
…ove bash preprocessing lebedec#23
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Migrates libfmod from FMOD 2.02.22 to 2.03.09 and adds comprehensive test harnesses for validating the migration and
demonstrating FMOD Studio features.
Changes
Migration (09dc708)
Test Infrastructure (e5b1983, 3f4acc6, 33e31d2)
harness_demo- Automated demos of 3D spatial audio, event parameters, footstepsinteractive_harness- Interactive keyboard-controlled 3D audio testingrun_fmod.sh- Helper script for running examples with correct library pathsTesting
All examples tested on Linux x86_64 with FMOD 2.03.09. Run with:
cd libfmod ./run_fmod.sh harness_demo ./run_fmod.sh interactive_harness Breaking Changes - Requires FMOD SDK 2.03.09 - Not ABI compatible with FMOD 2.02.x